home *** CD-ROM | disk | FTP | other *** search
/ Ahoy 1986 September / Ahoy_Magazine_86-09_1986_Double_L.d64 / comal 64 boot (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  2KB  |  53 lines

  1. 1 rem open15,8,15,"s0:comal 64 boot":close15:save "0:comal 64 boot",8
  2. 10 print "[147]"; : rem clear screen
  3. 20 poke 53281,0: rem background black
  4. 25 poke 53280,0: rem border     black
  5. 27 print "";   : rem pencolor green
  6. 30 if a=1 then 90
  7. 35 open 15,8,15,"u;"
  8. 40 input#15,d1,a$,d2,d3
  9. 41 if a$="ok" then print#15,"u:":input#15,d1,a$,d2,d3
  10. 43 if "1571"=mid$(a$,14,4)thenprint#15,"u0>m0":close15:goto70
  11. 50 close15
  12. 60 if "1541"<>mid$(a$,14,4) then 100
  13. 70 print"[147]loading ml.sizzle
  14. 80 [139] a[178]0 [167] a[178]1:[147]"ml.sizzle",8,1
  15. 90 [158] 49152:[156]
  16. 100 [153] "loadtotototototototototototototototototototototototototototototototototototototototo";
  17. 110 [153] " please wait while comal 0.14 is loaded ";
  18. 120 [153]
  19. 130 [153] "printtutorial: foundations ... with comal"
  20. 145 [153] "documentation: comal handbook
  21. 150 print "newsletter: comal today
  22. 155 [153]
  23. 160 [153] "           defavailable from:           "
  24. 165 [153] "sys"; : [143] pencolor yellow
  25. 170 [153] "  comal users group, u.s.a., limited   "
  26. 180 [153] "          6041 monona drive            "
  27. 185 [153] "          madison, wi 53716
  28. 190 print "[153]send self addressed stamped envelope"
  29. 200 print "or call [158]608-222-4432[153] for more info."
  30. 210 print "" : rem pencolor white
  31. 230 print "  comal programs can only be executed"
  32. 240 print "  after the language has been loaded."
  33. 245 print "[159]"; : rem pencolor cyan
  34. 250 print "comal programs on this disk are loaded:"
  35. 270 print "   load "chr$(34)"name"chr$(34)
  36. 272 print "   run"
  37. 275 print "[185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185][185]";
  38. 280 print "   backup this disk before you use it   [146]";
  39. 899 rem
  40. 900 rem
  41. 910 rem chain"hi + <return key>
  42. 920 [151] 198,9
  43. 930 [151] 631,[198]("c")
  44. 940 [151] 632,[198]("h")
  45. 950 [151] 633,[198]("a")
  46. 960 [151] 634,[198]("i")
  47. 970 [151] 635,[198]("n")
  48. 980 [151] 636,34
  49. 990 [151] 637,[198]("h")
  50. 1000 [151] 638,[198]("i")
  51. 1010 [151] 639,13
  52. 1020 [147] "comal 64 0.14",8
  53.